home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / antenna / azproj10 / az_view.bat < prev    next >
DOS Batch File  |  1995-07-19  |  944b  |  13 lines

  1. @rem    example: call this program as
  2. @rem    c:\> az_view n_amer.wdb eurasia.wdb beacon.dat
  3.     gs  -sDEVICE=vga       -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. @rem redirect the screen messages to a file to give a clean screen
  5. @rem However at the end the prompt to exit will also go to the error.out file
  6. @rem so when everything stops, remember to give a <cr> to exit.
  7. @rem    gs  -sDEVICE=vga       -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9 >error.out
  8. @rem    gs  -sDEVICE=ega       -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9 >error.out
  9. @rem    gs  -sDEVICE=atiw      -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9 >error.out
  10. @rem    gs  -sDEVICE=s3vga     -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9 >error.out
  11. @rem    gs  -sDEVICE=tseng     -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9 >error.out
  12. @rem    gs  -sDEVICE=tvga      -q az_ini.ps -- az_proj.ps %1 %2 %3 %4 %5 %6 %7 %8 %9 >error.out
  13.